body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #fff;
  color: #121212;
}

.top-bar {
  background: hsl(0, 0%, 14%);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
}

.shipping-bar {
  background: #fff8f8;
  color: #ea1500;
  text-align: center;
  padding: 7px 0;
  font-size: 0.97rem;
  letter-spacing: 0.02em;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 14px 3vw;
}

.header-left {
  flex: 1;
}
.site-logo {
  height: 45px;
}
.header-center {
  flex: 2;
  display: flex;
  justify-content: center;
  gap: 0;
}
.search-input {
  width: 230px;
  padding: 8px;
  border: 1px solid #dfdcdc;
  border-radius: 3px 0 0 3px;
}
.search-btn {
  border: none;
  background: #181818;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-size: 1.18rem;
}

.nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  height: 46px;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.nav li {
  margin-right: 32px;
  cursor: pointer;
  font-size: 1.01rem;
}
.nav .free-quote-link {
  color: #e71800;
  font-weight: bold;
}

.slider {
  width: 100%;
  position: relative;
  background: #f1e6db;
}
.slider-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.slider-content {
  position: absolute;
  top: 50px;
  right: 6vw;
  text-align: right;
}
.hero-logo {
  height: 64px;
}
.slider-title {
  font-size: 2rem;
  letter-spacing: 1.3px;
  font-weight: bold;
  color: #252525;
  margin-top: 11px;
}
.slider-desc {
  font-size: 1.2rem;
  color: #2b2b2b;
  margin-top: 8px;
}
.slider-stars {
  color: #e62b10;
  font-size: 1.05em;
}
.slider-arrows {
  position: absolute;
  top: 44%;
  left: 8px;
  right: 8px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.slider-arrows span {
  background: #fff;
  border-radius: 50%;
  padding: 6px 10px;
  color: #252525;
  box-shadow: 0 2px 6px #ececec;
  font-size: 1.2em;
  pointer-events: auto;
  cursor: pointer;
}
.slider-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #d2c1a6;
  margin: 0 2px;
  border-radius: 50%;
}
.dot.active {
  background: #a97b48;
}

.features-row {
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 28px 0 24px 0;
  border-bottom: 1px solid #efefef;
  font-size: 1rem;
}
.feature-item {
  flex: 1;
  text-align: center;
  padding: 0 6px;
  color: #3e3e3e;
  line-height: 1.35em;
}

.info-cards-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding: 30px 7vw;
  background: #fff;
}
.info-card {
  width: 360px;
  background: #fafafa;
  box-shadow: 0 2px 8px #ececec;
  border-radius: 10px;
  padding: 18px 16px 25px 16px;
  text-align: center;
  min-height: 150px;
}
.info-card img {
  width: 100%;
  border-radius: 8px;
}
.info-title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 1.04rem;
}

/*.quote-banner {
  width: 100%;
  background: linear-gradient(98deg,#ede2d4 50%,#e6cfb2 95%);
  display: flex;
  align-items: center;
  padding: 20px 7vw 20px 7vw;
  margin-top: 20px;
  min-height: 120px;
  position: relative;
}
.quote-img {
  height: 100px;
  margin-right: 40px;
}
.quote-text {
  flex: 1;
}
.quote-title {
  font-size: 2.2rem;
  color: #433b32;
  font-weight: bold;
}
.quote-btn {
  display: inline-block;
  background: #e62b10;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.09rem;
  padding: 9px 24px;
  margin-top: 9px;
  cursor: pointer;
}*/

.product-slider {
  display: flex;
  gap: 24px;
  padding: 20px 4vw;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.prod-thumb {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 1px 4px #d6ccc6;
  background: #f6f6f6;
}

.category-list {
  padding: 28px 7vw;
}
.category-title {
  font-size: 1.14rem;
  font-weight: bold;
  color: #27251f;
  margin-top: 16px;
  margin-bottom: 10px;
  border-bottom: 2px solid #3e2c13;
  display: inline-block;
  padding-bottom: 2px;
}
.category-products {
  display: flex;
  gap: 28px;
  margin-bottom: 24px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.product-card {
  width: 170px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px #e1e1e1;
  padding: 13px;
  text-align: center;
}
.product-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 7px;
}
.product-name {
  font-size: .97rem;
  margin: 8px 0 2px 0;
  color: #36322f;
  min-height: 40px;
}
.product-price {
  font-weight: bold;
  color: #e62b10;
}

/*.info-content {
  padding: 34px 8vw 24px 8vw;
  background: #fff;
  color: #2f1f13;
}
.info-content h3 {
  font-size: 1.16rem;
  margin-bottom: 6px;
  margin-top: 15px;
}*/


/**
.email-bar {
  display: flex;
  align-items: center;
  background: #ea1d1d;
  color: #fff;
  padding: 18px 7vw;
  font-size: 1.09rem;
  gap: 15px;
}
.email-bar input {
  margin-left: 18px;
  padding: 7px 12px;
  border-radius: 4px 0 0 4px;
  border: none;
  outline: none;
  min-width: 180px;
}
.email-bar button {
  padding: 7px 18px;
  border-radius: 0 4px 4px 0;
  border: none;
  background: #222;
  color: #fff;
  font-size: 1.15em;
  cursor: pointer;
} 
.social-links {
  margin-left: 32px;
  font-size: 1.3em;
}
**/

.site-footer {
  display: flex;
  background: #131313;
  color: #eee;
  justify-content: space-around;
  padding: 48px 7vw 24px 7vw;
  flex-wrap: wrap;
  gap: 25px;
  font-size: .97rem;
}
.site-footer strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.07em;
}
.footer-bottom {
  background: #181818;
  color: #ccc;
  font-size: .95rem;
  text-align: center;
  padding: 10px 0 7px 0;
}
.footer-mail {
  color: #ffbb00;
}

.fixed-whatsapp {
  position: fixed;
  left: 14px;
  bottom: 32px;
  font-size: 2.1em;
  color: #37c41b;
  z-index: 10;
  cursor: pointer;
}
/*.scroll-up {
  position: fixed;
  left: 14px;
  bottom: 22px;
  background: #f9f9f9da;
  color: #9b9897;
  font-size: 2.2em;
  border-radius: 30px;
  padding: 1px 13px;
  cursor: pointer;
  box-shadow: 0 1px 6px #e9dccc;
}
*/

.footer {
  background: #181818;
  color: #eee;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-top: 60px;
  position: relative;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 42px 32px 18px 32px;
  gap: 30px;
}
.footer-brand {
  flex: 1.4;
  min-width: 230px;
}
.footer-logo {
  width: 110px;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 1rem;
  color: #ecdbbe;
  margin-bottom: 12px;
}
.footer-social {
  margin: 8px 0 0 0;
}
.footer-social a {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.45rem;
  color: #fff;
  background: #383230;
  border-radius: 50%;
  padding: 6px 9px;
  transition: background 0.18s;
  text-decoration: none;
}
.footer-social a:hover {
  background: #e62b10;
}

.footer-links, .footer-info, .footer-contact, .footer-subscribe {
  flex: 1;
  min-width: 170px;
}
.footer-links h4,
.footer-info h4,
.footer-contact h4,
.footer-subscribe h4 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.08rem;
  letter-spacing: .03em;
}
.footer-links ul,
.footer-info ul {
  padding-left: 0;
  list-style: none;
}
.footer-links li, .footer-info li {
  margin-bottom: 7px;
}
.footer-links a, .footer-info a {
  color: #e2d7c2;
  text-decoration: none;
  font-size: .97rem;
  transition: color 0.18s;
}
.footer-links a:hover, .footer-info a:hover {
  color: #e62b10;
}
.footer-contact p {
  margin: 0.3em 0;
  color: #ded3b8;
  font-size: .98rem;
}
.footer-contact a {
  color: #93e6bb;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.footer-subscribe form {
  display: flex;
  margin-top: 2px;
}
.footer-subscribe input[type="email"] {
  padding: 9px 14px;
  border: none;
  border-radius: 5px 0 0 5px;
  min-width: 120px;
  font-size: .97rem;
  color: #232323;
}
.footer-subscribe button {
  background: #e62b10;
  border: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-size: 1.15rem;
  padding: 0 16px;
  cursor: pointer;
}
.footer-subscribe small {
  color: #cbbb99;
  margin-top: 7px;
  display: block;
  font-size: .95rem;
}

.footer-bottom {
  background: #111010;
  text-align: center;
  color: #dbdbdb;
  font-size: .96rem;
  letter-spacing: .01em;
  padding: 13px 0 11px 0;
  border-top: 1px solid #312c17;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 20px;
  }
  .footer-brand,
  .footer-links,
  .footer-info,
  .footer-contact,
  .footer-subscribe {
    margin-bottom: 26px;
  }
}


#def {
  margin-top: 100px;
  background: #f6de9e;
  border-radius: 12px 12px 12px 12px;

  margin-left: 12px;
  margin-right: 20px;
  padding: 60px 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#def .content {
  max-width: 900px;
}

#def .headline {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#def .headline span {
  color: brown;  /* highlight with bold blue like your sample */
}

#def .tagline {
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
}







/*

.carousel slide{

  margin-right: 8px;
  margin-left: 8px;
  width: auto;
}

.carousel-inner img {
  width: 100%;
  height: 500px; 
  object-fit: cover; 
}
*/

.carousel {
  margin: 0 8px;
  width: auto;
}

.carousel-inner img,
.carousel-inner video {
  width: 100%;
  height: 500px;  /* fixed height for uniform layout */
  object-fit: cover; /* crop and fill the area */
  border-radius: 6px;
}

#logo-bar {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 10px auto;
  overflow: hidden; /* ensures image never spills out */
}

.pkholding-logo {
  max-height: 100%;   /* fits inside the container */
  max-width: 100%;    /* responsive horizontally */
  object-fit: contain; /* keeps aspect ratio */
}


/* video tag */
.video-container {
  width: 100%;
  height: 300px;  /* increased height for bigger cards */
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps all videos same size */
  display: block;
}



/* Whatsapp & Phone*/

.float-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.float-btn img {
  width: 28px;
  height: 28px;
  filter: invert(1); /* white icon */
}

/* WhatsApp button */
.float-btn.whatsapp {
  right: 20px;
  background-color: #25d366;
}

/* Phone button */
.float-btn.phone {
  right: 90px; /* place left of WhatsApp */
  background-color: #25d366;
}

/* Popup styling */
.phone-popup {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #25d366;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



/*Scroll up */
.scroll-controls {
  position: fixed;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.scroll-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: #a6a6a6; /* WhatsApp green */
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.2s ease-in-out, background-color 0.3s;
  position: relative;
}

/* Arrow minimalist style */
.scroll-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.scroll-btn.up::before {
  border-bottom: 12px solid white; /* arrow up */
  transform: translate(-50%, -50%);
}

.scroll-btn.down::before {
  border-top: 12px solid white; /* arrow down */
  transform: translate(-50%, -50%);
}

.scroll-btn:hover {
  transform: scale(1.1);
  background-color: brown;
}



/* Product Card */
.brand-card {
      transition: transform 0.3s;
      border-radius: 10px;
      overflow: hidden;
    }
    .brand-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    .brand-card img {
      height: 150px;
      object-fit: contain;
      padding: 15px;
      background-color: #fff;
    }
    .category-title {
      margin-top: 40px;
      margin-bottom: 20px;
      font-weight: 600;
      text-align: center;
      color: #2c3e50;
    }


  .container{
    
    width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  }




  /* socia */
  .social-footer {
  text-align: center;       /* Center the icons */
  padding: 20px 0;          /* Some spacing */
  background-color: #222;   /* Dark background, optional */
}

.social-footer .social-icon {
  color: #fff;              /* Icon color */
  margin: 0 10px;           /* Spacing between icons */
  font-size: 24px;          /* Icon size */
  transition: transform 0.3s, color 0.3s;
}

.social-footer .social-icon:hover {
  color: #0a66c2;           /* Change color on hover (LinkedIn blue example) */
  transform: scale(1.2);    /* Slight zoom effect */
}



/* === ABOUT SECTION === */
.about-section {
  background: #fff;
  color: #333;
  padding: 70px 8vw;
  overflow: hidden;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.about-text {
  flex: 1;
  min-width: 320px;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
  color: #222;
  position: relative;
}
.about-text h2 span {
  color: #e62b10;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.about-text .btn-learn-more {
  display: inline-block;
  padding: 10px 24px;
  background: #e62b10;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.about-text .btn-learn-more:hover {
  background: #c8210b;
  transform: translateY(-3px);
}

.about-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-image img:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* === ANIMATION === */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}
.fade-in.delay {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* === FEATURES SECTION === */
.features-section {
  background: #f9f9f9;
  padding: 70px 8vw;
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #e62b10;
  position: relative;
}

.features-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.feature-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  padding: 30px 20px;
  width: 240px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.feature-item i {
  font-size: 32px;
  margin-bottom: 12px;
  color: #e62b10;
  transition: transform 0.3s ease;
}
.feature-item:hover i {
  transform: rotate(10deg) scale(1.2);
}

.feature-item strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #333;
}

.feature-item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-image img {
    max-width: 90%;
  }

  .features-row {
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    width: 85%;
  }
}



/* === SHIPPING & RETURNS === */
.shipping-section {
  background: #f9f9f9;
  padding: 80px 8vw;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.shipping-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.shipping-info {
  flex: 1.1;
  min-width: 320px;
}

.shipping-info h2 {
  font-size: 2rem;
  color: #e62b10;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipping-info p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.policy-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.policy-card i {
  font-size: 28px;
  color: #e62b10;
  margin-bottom: 10px;
}
.policy-card h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #222;
}
.policy-card p {
  font-size: 0.95rem;
  color: #666;
}

/* === FAQ Accordion === */
.faq-section {
  margin-top: 30px;
}

.faq-section h3 {
  margin-bottom: 15px;
  color: #e62b10;
  font-size: 1.3rem;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  padding: 14px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #e62b10;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-question::after {
  content: '−';
}
.faq-question:hover {
  color: #e62b10;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-answer p {
  font-size: 0.95rem;
  color: #555;
  padding-bottom: 10px;
}

/* === Right Image === */
.shipping-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}
.shipping-image img {
  width: 100%;
  max-width: 460px;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.shipping-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 900px) {
  .shipping-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .shipping-info {
    order: 2;
  }

  .shipping-image img {
    max-width: 90%;
  }

  .policy-card {
    text-align: left;
  }
}









/* =======================
   CONTACT US SECTION
======================= */
.contact-section {
  padding: 80px 8vw;
  background: linear-gradient(135deg, #fff 60%, #f8f8f8);
  text-align: center;
}

.contact-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #d62828; /* PK Red */
}

.contact-section p {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.contact-form,
.contact-info {
  flex: 1 1 45%;
  max-width: 45%;
  height: 100%;
}


/* ---------- Contact Container ---------- */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}

/* ---------- Contact Form ---------- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffffcc;
  backdrop-filter: blur(6px);
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  width: 100%;
  outline: none;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d62828;
  box-shadow: 0 0 6px rgba(214, 40, 40, 0.3);
}

.contact-form button {
  background: #d62828;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background: #b91c1c;
  transform: scale(1.03);
}

/* ---------- Contact Info ---------- */
.contact-info {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  text-align: left;
  line-height: 1.7;
}

.contact-info h4 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 15px;
  border-left: 4px solid #d62828;
  padding-left: 10px;
}

.contact-info p {
  font-size: 1rem;
  color: #444;
}

.contact-info a {
  color: #d62828;
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* =======================
   MAP SECTION
======================= */
.map-section {
  text-align: center;
  margin: 70px auto;
  max-width: 1000px;
  padding: 20px;
}

.map-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s ease-in-out;
}

.map-container:hover {
  transform: scale(1.01);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

.map-container:hover .map-overlay {
  opacity: 1;
  cursor: pointer;
}

/* =======================
   RESPONSIVE DESIGN
======================= */
@media (max-width: 1024px) {
  .contact-section {
    padding: 60px 5vw;
  }
  .contact-section h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }
  .contact-info, .contact-form {
    width: 100%;
    max-width: 500px;
  }
  .map-container iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-section h2 {
    font-size: 1.8rem;
  }
  .contact-form input, 
  .contact-form textarea {
    font-size: 0.95rem;
  }
  .map-overlay span {
    font-size: 1rem;
  }
}





/*******Qoute Banner***/
.quote-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  background: linear-gradient(90deg, #f4ede5, #e6d1b5); /* gradient background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 30px auto;
  max-width: 1200px;
}

.quote-img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.quote-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quote-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #2b2b2b;
  letter-spacing: 1px;
}

.quote-btn {
  background: #d32f2f; /* red button */
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quote-btn:hover {
  background: #b71c1c; /* darker red on hover */
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}











/********info-content****/
.info-content {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Always 4 in a row */
  gap: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.info-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-align: center;
}

.info-box:hover {
  transform: translateY(-5px);
}

.info-icon {
  font-size: 30px;
  color: #d32f2f; /* Red accent */
  margin-bottom: 15px;
}

.info-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.info-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive: stack on smaller screens */
@media (max-width: 992px) {
  .info-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .info-content {
    grid-template-columns: 1fr;
  }
}





/*****email bar ****/
.email-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: linear-gradient(90deg, #d32f2f, #f57c00);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  flex-wrap: wrap;
}

.email-bar span {
  font-size: 16px;
  font-weight: 500;
}

.email-bar input {
  padding: 10px 15px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 250px;
  font-size: 14px;
}

.email-bar button {
  padding: 10px 15px;
  border: none;
  background: #2e7d32;
  color: #fff;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.email-bar button:hover {
  background: #1b5e20;
  transform: scale(1.05);
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 10px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #ffd54f;
  transform: rotate(10deg) scale(1.2);
}




/***Top bar testing **/



.galindo-regular {
  font-family: "Galindo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.highlight-section {
  background-color: #f8e199;
  border-radius: 30px;
  padding: 40px 20px;
  max-width: 1850px;
  margin: 40px auto;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-section:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.highlight-section h2 {
  margin-bottom: 20px;
  font-size: 3em;
}

.bold-black {
  color: #1a1a1a;
  font-weight: 700;
}

.bold-red {
  color: #a02121;
  font-weight: 700;
}

.highlight-section p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .highlight-section {
    padding: 30px 15px;
  }

  .highlight-section h2 {
    font-size: 1.5em;
  }

  .highlight-section p {
    font-size: 0.95rem;
  }
}





/* Navigation Bar */
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar Base */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Navigation Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  transition: all 0.3s ease;
}

.nav-links li a {
  text-decoration: none;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-links li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #c4120e;
  transition: width 0.3s ease;
}

.nav-links li a:hover::after {
  width: 100%;
}

.nav-links li a:hover {
  color: #c4120e;
}

/* Free Quote Button */
.free-quote {
  background: linear-gradient(135deg, #c4120e, #ff5722);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.free-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 18, 14, 0.4);
}

/* Hamburger Icon */
.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-right: auto;
  gap: 5px;
}

.menu-icon span {
  display: block;
  width: 26px;
  height: 3px;
  background: #2b2b2b;
  border-radius: 2px;
  transition: 0.3s;
}

/* Mobile View */
#menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  .menu-icon {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 240px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    transition: right 0.4s ease;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  }

  #menu-toggle:checked + .menu-icon + .nav-links {
    right: 0;
  }

  /* Animate burger icon to X */
  #menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }
  #menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  #menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }
}











